home *** CD-ROM | disk | FTP | other *** search
/ Public Speaking Strategie…or Success (2nd Edition) / Public Speaking Strategies for Success Second Edition - David Zarefsky (AB Interactive) (2000).ISO / mac / media / ch06 / acp173a / acp173aJ.js < prev   
Text File  |  1999-04-07  |  3KB  |  113 lines

  1.  
  2. function getQAarray() {
  3.  
  4.  
  5. ////////////////////////////////////////////////////////////////////////////////////
  6. ////////////////////////////////////////////////////////////////////////////////////
  7.  
  8.  
  9.  
  10. matchingAnsObj = new Object;
  11.  
  12.  
  13. problemArr = new Array();
  14.  
  15. for (i=0; i<this.AnswerArray.length+3; i++) 
  16. {
  17.   problemArr[i] = new Object;
  18. };
  19.  
  20.  
  21. ////////////////////////////////////////////////////////////////////////////////////
  22. ////////////////////////////////////////////////////////////////////////////////////
  23. ////////////////////////////////////////////////////////////////////////////////////
  24. ////////////////////////////////////////////////////////////////////////////////////
  25. // problemArr[1]["Q"] = "Experimentation "; 
  26. // problemArr[2]["Q"] = " Independent Variable ";
  27.  
  28.  
  29.  
  30.  
  31.  problemArr[1]["Q"] = " Assuming that one thing causes another when in fact a third factor really is the cause of both. "; 
  32.  
  33.  problemArr[2]["Q"] = " Assuming that, because one event occurred before another, the first is necessarily the cause of the second. "; 
  34.  
  35.  problemArr[3]["Q"] = " A claim that, on its face, is unrelated to the supporting material. "; 
  36.  
  37.  problemArr[4]["Q"] = " Only restating the claim in slightly different words, rather than supporting the claim. "; 
  38.  
  39.  problemArr[5]["Q"] = " Making an inference that diverts attention from the issue at hand. "; 
  40.  
  41.  problemArr[6]["Q"] = " Having multiple meanings. "; 
  42.  
  43.    
  44.  
  45.  
  46.  
  47.  
  48.  
  49. ////////////////////////////////////////////////////////////////////////////////////
  50. ////////////////////////////////////////////////////////////////////////////////////
  51. //////////////////////////////////////////////////////////////////////////////////// 
  52. // matchingAnsObj["A"] = " The variable that is measured in an experiment. ";
  53. // matchingAnsObj["B"] = " Procedure in which the researchers who have contact with participants do not know the hypothesis under investigation. ";
  54. // matchingAnsObj["C"] = " Unintended effects, caused by researchers, on participants' behavior. ";
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.    
  62.  
  63.   
  64.  
  65.   matchingAnsObj["A"] = " equivocal "; 
  66.  
  67.   matchingAnsObj["B"] = " begging the question "; 
  68.  
  69.   matchingAnsObj["C"] = " common cause fallacy "; 
  70.  
  71.   matchingAnsObj["D"] = " ignoring the question "; 
  72.  
  73.   matchingAnsObj["E"] = " non sequitur "; 
  74.  
  75.   matchingAnsObj["F"] = " post hoc fallacy "; 
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. matchingAnsObj["FC"] = " For more information, see page 164 of your text. ";
  84.  
  85. matchingAnsObj["FF"] = " For more information, see page 164 of your text. ";
  86.  
  87. matchingAnsObj["FE"] = " For more information, see page 171 of your text. ";
  88.  
  89. matchingAnsObj["FB"] = " For more information, see page 171 of your text. ";
  90.  
  91. matchingAnsObj["FD"] = " For more information, see page 172 of your text. ";
  92.  
  93. matchingAnsObj["FA"] = " For more information, see page 172 of your text. ";
  94.  
  95.  
  96.    
  97.  
  98.  
  99. ////////////////////////////////////////////////////////////////////////////////////
  100. ////////////////////////////////////////////////////////////////////////////////////
  101. ////////////////////////////////////////////////////////////////////////////////////
  102. ////////////////////////////////////////////////////////////////////////////////////
  103.  
  104.  
  105. }
  106.  
  107.  
  108. getQAarray();
  109.  
  110.  
  111.  
  112.  
  113.